Skip to main content
Version: SaaS

Read CSV

Activity Description

Reads a CSV file and returns all data in it.

note

You cannot read a CSV file that holds two columns with identical header names.

Output

A ResultSet of the file's content.

Settings

  • Path – The path where the file is stored.
  • Delimiter – The key that indicates the boundary between one value and another.
  • Host Name – The host name or IP address.
  • User Name – If required, the username of an account that has read-write access to the host.
  • Password – If required, the password of the account listed in the User Name field.